OpenRoads Designer CONNECT Edition SDK Help

ExtendElement Method

Extend element by a line (for splines and spirals) or by continuing the element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  LinearElement ExtendElement( LinearElement element,refdouble startExt,refdouble endExt)

Parameters

SettingDescription
  LinearElement The element to extend
    
    

Return Value

LinearElement The extended element

See Also